@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Black.ttf");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Lato";
  background-color: #f8f8f8;
}

h1 {
  font-size: 38px;
  color: #fff;
}

h2 {
  font-size: 24px;
  color: #5d6769;
}

h3 {
  color: rgb(0, 154, 205);
  font-size: 17px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-title {
  text-shadow: 0 0 3px #000;
}

.page-subtitle {
  color: white;
  font-size: 24px;
  text-shadow: 0 0 5px #000;
}

.white-bg {
  background-color: #fff;
  border-bottom: 1px solid #d9dde0;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-link {
  font-size: 14px;
  font-weight: 700;
  color: #4dbdeb;
}

.blue-bg {
  background-color: rgb(0, 154, 205);
}

.search-block {
  background: linear-gradient(rgba(0, 154, 205, 1), rgba(0, 154, 205, 0.7)),
    url(../images/street-lights.jpg);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-right: 0.2rem;
}

.breadcrumb-item,
.breadcrumb-item + .breadcrumb-item {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding-left: 0rem;
}

.underline {
  text-decoration: underline;
}

.profile-logo-holder {
  border: 1px solid rgba(122, 122, 122, 0.2);
  height: 120px;
  padding: 10px;
  position: relative;
  width: 120px;
}

.profile-logo-holder img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.advertise-btn {
  background-color: #f1c40f;
  border-bottom: 2px solid #dab10d;
  border-left: 1px solid #dab10d;
  border-radius: 4px;
  border-right: 1px solid #dab10d;
  border-top: 1px solid #dab10d;
  color: #a82315;
  display: inline-block;
  font-family: "Lato";
  font-size: 15px;
  line-height: 1;
  margin: 20px 0 0;
  padding: 10px 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s;
  transition: all 0.4s;
}

.advertise-btn h1 {
  margin: 0;
  color: #a82315;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.4s;
}

.advertise-btn:hover h1 {
  color: #fff;
}

.advertise-btn span {
  font-weight: 700;
}

.advertise-btn:hover {
  border-color: #a08209;
  background-color: #cba50c;
  color: #fff;
  text-decoration: none !important;
}

p {
  color: #616161;
  font-size: 15px;
}

hr {
  border-top: 1px dotted rgba(97, 97, 97, 0.4);
}

.icon-12 {
  width: 20px;
  margin-right: 5px;
  margin-top: -4px;
}

.icon-15 {
  height: 15px;
  margin-right: 10px;
}

.icon-20 {
  height: 20px;
  margin-right: 10px;
}

.metric-provider {
  padding: 10px;
}

.metric-provider > img {
  height: 20px;
  margin-bottom: 8px;
}

.connected {
  color: #616161;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.metric-provider a {
  color: #3594ba;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.border {
  border: 1px solid #d9dde0 !important;
}

.blue-heading {
  background-color: #009acd;
  padding: 35px;
  color: #fff;
}

.grey-bg {
  background-color: #f8f8f8;
}

.nav-link {
  background-color: rgba(217, 221, 224, 0.3);
  border-top: 1px solid #d9dde0;
  border-left: 1px solid #d9dde0;
  border-radius: 0 !important;
  color: #222222 !important;
  font-size: 14px;
  padding: 18px 30px;
  position: relative;
  text-transform: uppercase;
}

.nav-link:last-of-type {
  border-bottom: 1px solid #d9dde0;
}

.nav-link::after {
  content: "";
  background-image: url("/images/icons/chevron-right-solid.svg");
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  position: absolute;
  display: inline-block;
  right: 8px;
  top: calc(50% - 10px);
}

.nav-link.active,
.nav-link:hover {
  border-right: 1px solid #fff;
  background-color: #fff !important;
  margin-right: -1px;
  z-index: 9;
}

.middle-heading {
  color: #000;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.graph-logo {
  height: 20px;
}

.badge {
  margin-top: 5px;
  margin-right: 10px;
  padding: 4px 7px;
  border: 1px solid #d9dde0;
  border-radius: 7px;
  background-color: #fff;
  color: #616161;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.fw-700 {
  font-weight: 700;
}

.grey-text {
  color: #616161;
  font-size: 14px;
  line-height: 1.8em;
}

.source {
  color: #3594ba;
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.bottom-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9dde0;
}

.data-table {
  width: 350px;
  border: 1px solid #d9dde0;
}

.data-table,
.data-table span {
  font-size: 10px;
}

.data-row ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.data-row,
.data-row li {
  display: flex;
  justify-content: space-between;
}

.data-row li {
  padding: 2px 5px;
}

.data-row ul > li:not(:last-child) {
  border-bottom: 1px solid #d9dde0;
}

.data-table span {
  color: #96999b;
}

.data-row-heading {
  border-bottom: 1px solid #d9dde0;
  color: #96999b;
  padding: 2px 5px;
}

.desktop-mask {
  position: relative;
  width: 490px;
  height: 400px;
  margin-bottom: 7px;
  background-image: url(../images/icons/icon-monitor-ad-preview.svg);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.desktop-image-mask {
  position: absolute;
  left: 4%;
  top: 6%;
  right: auto;
  bottom: auto;
  overflow: auto;
  width: 452px;
  height: 284px;
}

.desktop-image-mask img,
.mobile-image-mask img,
.tablet-image-mask img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.mobile-mask {
  background-image: url(../images/icons/icon-mobile-phone-ad-preview.svg);
  position: relative;
  width: 270px;
  height: 270px;
  margin-bottom: 7px;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-image-mask {
  position: absolute;
  left: 28%;
  top: 12%;
  right: auto;
  bottom: auto;
  overflow: auto;
  width: 119px;
  height: 205px;
}

.tablet-mask {
  position: relative;
  width: 490px;
  height: 400px;
  margin-bottom: 7px;
  background-image: url(../images/icons/icon-tablet-ad-preview.svg);
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.tablet-image-mask {
  position: absolute;
  left: 10%;
  top: 30%;
  right: auto;
  bottom: auto;
  overflow: auto;
  width: 365px;
  height: 247px;
}

.search-traffic-table {
  width: 200px;
  display: flex;
  justify-content: space-between;
}

.search-traffic-table .small-logo {
  height: 15px;
}

.search-traffic-table span {
  display: block;
  text-align: right;
}

.search-traffic-table .chevron-up {
  font-size: 10px;
  color: green;
  position: relative;
}

.search-traffic-table .chevron-up:before {
  background-size: 10px 10px;
  background-repeat: no-repeat;
  content: " ";
  height: 10px;
  left: 14px;
  position: absolute;
  top: 3px;
  width: 10px;
  background-image: url("/images/icons/chevron-up-solid.svg");
}

.search-traffic-table .chevron-down {
  font-size: 10px;
  color: red;
  position: relative;
}

.search-traffic-table .chevron-down:before {
  background-size: 10px 10px;
  background-repeat: no-repeat;
  content: " ";
  height: 10px;
  left: 14px;
  position: absolute;
  top: 3px;
  width: 10px;
  background-image: url("/images/icons/chevron-down-solid.svg");
}

.h-500 {
  height: 500px;
}

.form-control::placeholder {
  color: #adb7bf;
}

.form-control:focus {
  box-shadow: 0 0 4px 4px rgba(0, 154, 205, 0.25);
}

.btn {
  background-image: linear-gradient(
    rgba(0, 154, 205, 0.04),
    rgba(0, 154, 205, 0.1)
  );
}

.btn-outline-secondary {
  color: #fff;
  border-color: #ced4da;
  background-color: #5d6769;
}

.footer {
  background-color: #f0f7f7;
  color: #777;
}

.footer h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #5d6769;
  font-size: 14px;
  font-weight: 700;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: block;
  line-height: 20px;
}

.footer ul li a {
  color: #777;
  padding: 0 0 10px 15px;
  padding-left: 15px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  display: block;
  color: #3594ba;
  font-size: 14px;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #333;
}

.divider {
  border-bottom: 1px solid #dde8e8;
}

.small-img {
  width: 20px;
}

.footer-img {
  height: 35px;
  margin-right: 15px;
  margin-bottom: 25px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%) opacity(50%);
}

.partners-text {
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
  color: #5d6769;
}

.category-link {
  margin-left: 30px;
  margin-bottom: 32px;
}

.category-link-text {
  font-family: Lato, sans-serif;
  color: #3594ba;
  font-size: 18px;
  transition: all 0.2s;
  font-weight: 600;
}

.subcategory-link-text {
  display: block;
  font-family: Lato, sans-serif;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 1.6;
  transition: all 0.2s;
}

.show-all {
  display: block;
  font-family: Lato, sans-serif;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 1.6;
  transition: all 0.2s;
}

.category-link-text:hover,
.subcategory-link-text:hover,
.show-all:hover {
  text-decoration: none;
  color: #5d6769;
}

.category-link a img {
  display: none;
}

.category-link:hover a img {
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  bottom: 2px;
  position: relative;
}

.category-link-text span {
  font-size: 12px;
  color: #8a8a8a;
}

.subcategory-link-text span {
  font-size: 12px;
  color: #8a8a8a;
}

.subcategories {
  /* height: 0; */
  display: none;
}

.h-50p {
  height: 50vh;
}

.category-link-text:before {
  background-size: 25px 25px;
  background-repeat: no-repeat;
  content: " ";
  height: 51px;
  left: 15px;
  position: absolute;
  top: 2px;
  width: 32px;
}

.icon-arts:before {
  background-image: url("/images/icons/icon-arts.png");
}

.icon-business:before {
  background-image: url("/images/icons/icon-business.png");
}

.icon-computers:before {
  background-image: url("/images/icons/icon-computers.png");
}

.icon-games:before {
  background-image: url("/images/icons/icon-games.png");
}

.icon-health:before {
  background-image: url("/images/icons/icon-health.png");
}

.icon-home:before {
  background-image: url("/images/icons/icon-home.png");
}

.icon-kids-and-teens:before {
  background-image: url("/images/icons/icon-kids-and-teens.png");
}

.icon-news:before {
  background-image: url("/images/icons/icon-news.png");
}

.icon-recreation:before {
  background-image: url("/images/icons/icon-recreation.png");
}

.icon-reference:before {
  background-image: url("/images/icons/icon-reference.png");
}

.icon-regional:before {
  background-image: url("/images/icons/icon-regional.png");
}

.icon-science:before {
  background-image: url("/images/icons/icon-science.png");
}

.icon-shopping:before {
  background-image: url("/images/icons/icon-shopping.png");
}

.icon-society:before {
  background-image: url("/images/icons/icon-society.png");
}

.icon-sports:before {
  background-image: url("/images/icons/icon-sports.png");
}

.icon-world:before {
  background-image: url("/images/icons/icon-world.png");
}

.search-bar input {
  height: 30px;
  width: 150px;
  border: 1px solid#dbdbdb;
  border-radius: 4px 0 0 4px;
  padding-left: 10px;
  transition: all 0.4s;
}

.search-bar input:focus {
  width: 400px;
  box-shadow: 0 0 12px #dbdbdb;
}

.search-bar .input-group-append .btn {
  height: 30px;
  line-height: 1;
  border-color: #6c757d;
}

.results.table thead th {
  vertical-align: bottom;
  box-shadow: 0px 1px 0px #dee2e6;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.results.table h4 {
  font-size: 14px;
  margin: 10px 0 0;
}

.results.table img {
  display: inline-block;
  max-height: 100px;
  max-width: 100px;
}

.results.table thead {
  background-color: #f8f8f8;
}

.results.table td,
.results.table th {
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.results.table tbody td,
.results.table tbody th {
  height: 100px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.results.table tr {
  cursor: pointer;
}

.results.table tr:hover {
  background-color: #f8f8f8;
}

.results.table td span {
  font-weight: 700;
}

.programmatic-networks {
  padding: 0 10px;
  background-color: #f8f8f8;
  border: 1px solid #d9dde0;
}

.programmatic-networks th,
.programmatic-networks td {
  font-size: 14px;
}

.programmatic-networks th {
  border-top: 0px solid #333 !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.programmatic-networks img {
  max-width: 100px;
}

span.publisher {
  color: #333;
  text-decoration: underline;
}
#wizard {
  background-color: #ffffff;
  border: 1px solid#d9dde0;
  font-family: Raleway;
  min-height: 420px;
  min-width: 300px;
  padding: 20px 30px;
  padding: 40px;
}

#wizard h4 {
  color: rgb(51, 51, 51);
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;
}

#wizard p {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 15px;
}

#wizard label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 3px;
}

#wizard label {
  font-weight: 400;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  cursor: pointer;
}

#wizard input[type="text"],
#wizard input[type="email"] {
  border: 1px solid #cccccc;
  color: #333333;
  font-family: Arial;
  font-size: 14px;
  height: 35px;
  line-height: 1.42;
  margin-right: 3px;
  max-width: 500px;
  padding: 8px 12px;
  position: relative;
  top: 1px;
  width: 100%;
}

#wizard input[type="checkbox"] {
  position: relative;
  top: 1px;
}

#wizard textarea {
  font-family: Arial;
  max-width: 500px;
  padding: 5px 12px;
  width: 100%;
}

#wizard select {
  font-family: Arial;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.multistep {
  display: none;
}

button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #c4c4c4;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  background-color: #dab10d;
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #dab10d;
}

#wizard .form-control {
  border-radius: 0;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 14px;
  line-height: 1.42857143;
  max-width: 500px;
}

.file {
  background-color: #3898ec;
  border-radius: 0;
  border: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  overflow: hidden;
  padding: 9px 15px;
  position: relative;
  text-decoration: none;
}

.file input {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
}

.page-item.active .page-link {
  background-color: #f0f7f7;
  border-color: #dee2e6;
  color: #3594ba;
}

.page-link {
  color: #3594ba;
}

.grey-badge {
  background-color: #eeeeee;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin: 3px 7px 3px 0;
  padding: 5px 10px;
  text-align: center;
  width: 50px;
}

.site-metrics-badge {
  background-color: #eeeeee;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
  line-height: 8px;
  margin: 3px 7px 3px 6px;
  padding: 5px 5px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.increase:before {
  content: "\25b2";
  color: #7ed321;
}

.decrease:before {
  content: "\25bc";
  color: red;
}

.ml-26 {
  margin-left: 26px;
}

.social-item {
  margin-top: 10px;
}

ul.social-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.social-item-header {
  display: flex;
  align-items: center;
  color: #616161;
  line-height: 1;
}

.social-item-header a {
  color: #616161;
}

.social-item-value {
  color: #616161;
  display: inline-block;
  margin-left: 15px;
  width: 150px;
}

.social-item-header img {
  height: 13px;
  margin-right: 5px;
}

.social-item-row {
  display: flex;
  align-items: center;
}

.progress {
  border-radius: 0px;
}

.social-item-row .progress {
  width: 80%;
}

.progress-bar {
  background-color: #00b5f0;
}

.traffic-sources-chart {
  position: relative;
  display: table;
  width: 100%;
  height: 110px;
  margin-bottom: 40px;
  border-bottom: solid 1px #d8d8d8;
  font-size: 0;
}

.traffic-sources-item {
  list-style-type: none;
  display: table-cell;
  position: relative;
}

.chart-bar::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

.chart-bar {
  position: relative;
  height: 110px;
  text-align: center;
}

.chart-bar-fill {
  height: 0;
  display: inline-block;
  width: 50px;
  vertical-align: bottom;
  position: relative;
}

.chart-bar-fill.blue {
  background: #0061c8;
}

.chart-bar-fill.green {
  background: #71ca2f;
}

.chart-bar-fill.orange {
  background: #f60;
}

.chart-bar-fill.lightblue {
  background: #00b5f0;
}

.chart-bar-fill.purple {
  background: #9073da;
}

.chart-bar-fill.pink {
  background: #ff24c7;
}

.chart-bar .value {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: -18px;
  text-align: center;
  color: gray;
  font-size: 0.75rem;
  font-weight: 700;
}

.chart-label {
  position: relative;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 400;
}

.chart-title {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  color: #90959b;
  line-height: 1.1;
}

.chart-label .icon-direct {
  content: "\f116";
}

.chart-text {
  cursor: pointer;
  color: #90959b;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul > li {
  line-height: 1.42;
}

ul.keywords-list {
  width: 100%;
}

ul.website-list {
  width: 100%;
  line-height: 1.8;
  font-size: 14px;
}

ul.website-list li {
  color: #616161;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  white-space: nowrap;
}

ul.website-list li img {
  height: 16px;
  margin-top: -10px;
  max-width: 16px;
  overflow: hidden;
  position: absolute;
  top: 50%;
}

ul.website-list li a {
  box-sizing: border-box;
  color: gray;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flag {
  background-image: url("/images/country-icons/countries-flags-small.png");
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 11px;
}
.flag.ad {
  background-position: -16px 0;
}
.flag.ae {
  background-position: -32px 0;
}
.flag.af {
  background-position: -48px 0;
}
.flag.ag {
  background-position: -64px 0;
}
.flag.ai {
  background-position: -80px 0;
}
.flag.al {
  background-position: -96px 0;
}
.flag.am {
  background-position: -112px 0;
}
.flag.an {
  background-position: -128px 0;
}
.flag.ao {
  background-position: -144px 0;
}
.flag.ar {
  background-position: -160px 0;
}
.flag.as {
  background-position: -176px 0;
}
.flag.at {
  background-position: -192px 0;
}
.flag.au {
  background-position: -208px 0;
}
.flag.aw {
  background-position: -224px 0;
}
.flag.az {
  background-position: -240px 0;
}
.flag.ba {
  background-position: 0 -11px;
}
.flag.bb {
  background-position: -16px -11px;
}
.flag.bd {
  background-position: -32px -11px;
}
.flag.be {
  background-position: -48px -11px;
}
.flag.bf {
  background-position: -64px -11px;
}
.flag.bg {
  background-position: -80px -11px;
}
.flag.bh {
  background-position: -96px -11px;
}
.flag.bi {
  background-position: -112px -11px;
}
.flag.bj {
  background-position: -128px -11px;
}
.flag.bm {
  background-position: -144px -11px;
}
.flag.bn {
  background-position: -160px -11px;
}
.flag.bo {
  background-position: -176px -11px;
}
.flag.br {
  background-position: -192px -11px;
}
.flag.bs {
  background-position: -208px -11px;
}
.flag.bt {
  background-position: -224px -11px;
}
.flag.bv {
  background-position: -240px -11px;
}
.flag.bw {
  background-position: 0 -22px;
}
.flag.by {
  background-position: -16px -22px;
}
.flag.bz {
  background-position: -32px -22px;
}
.flag.ca {
  background-position: -48px -22px;
}
.flag.catalonia {
  background-position: -64px -22px;
}
.flag.cd {
  background-position: -80px -22px;
}
.flag.cf {
  background-position: -96px -22px;
}
.flag.cg {
  background-position: -112px -22px;
}
.flag.ch {
  background-position: -128px -22px;
}
.flag.ci {
  background-position: -144px -22px;
}
.flag.ck {
  background-position: -160px -22px;
}
.flag.cl {
  background-position: -176px -22px;
}
.flag.cm {
  background-position: -192px -22px;
}
.flag.cn {
  background-position: -208px -22px;
}
.flag.co {
  background-position: -224px -22px;
}
.flag.cr {
  background-position: -240px -22px;
}
.flag.cu {
  background-position: 0 -33px;
}
.flag.cv {
  background-position: -16px -33px;
}
.flag.cy {
  background-position: -32px -33px;
}
.flag.cz {
  background-position: -48px -33px;
}
.flag.de {
  background-position: -64px -33px;
}
.flag.dj {
  background-position: -80px -33px;
}
.flag.dk {
  background-position: -96px -33px;
}
.flag.dm {
  background-position: -112px -33px;
}
.flag.do {
  background-position: -128px -33px;
}
.flag.dz {
  background-position: -144px -33px;
}
.flag.ec {
  background-position: -160px -33px;
}
.flag.ee {
  background-position: -176px -33px;
}
.flag.eg {
  background-position: -192px -33px;
}
.flag.eh {
  background-position: -208px -33px;
}
.flag.england {
  background-position: -224px -33px;
}
.flag.er {
  background-position: -240px -33px;
}
.flag.es {
  background-position: 0 -44px;
}
.flag.et {
  background-position: -16px -44px;
}
.flag.eu {
  background-position: -32px -44px;
}
.flag.fi {
  background-position: -48px -44px;
}
.flag.fj {
  background-position: -64px -44px;
}
.flag.fk {
  background-position: -80px -44px;
}
.flag.fm {
  background-position: -96px -44px;
}
.flag.fo {
  background-position: -112px -44px;
}
.flag.fr {
  background-position: -128px -44px;
}
.flag.ga {
  background-position: -144px -44px;
}
.flag.gb {
  background-position: -160px -44px;
}
.flag.gd {
  background-position: -176px -44px;
}
.flag.ge {
  background-position: -192px -44px;
}
.flag.gf {
  background-position: -208px -44px;
}
.flag.gg {
  background-position: -224px -44px;
}
.flag.gh {
  background-position: -240px -44px;
}
.flag.gi {
  background-position: 0 -55px;
}
.flag.gl {
  background-position: -16px -55px;
}
.flag.gm {
  background-position: -32px -55px;
}
.flag.gn {
  background-position: -48px -55px;
}
.flag.gp {
  background-position: -64px -55px;
}
.flag.gq {
  background-position: -80px -55px;
}
.flag.gr {
  background-position: -96px -55px;
}
.flag.gs {
  background-position: -112px -55px;
}
.flag.gt {
  background-position: -128px -55px;
}
.flag.gu {
  background-position: -144px -55px;
}
.flag.gw {
  background-position: -160px -55px;
}
.flag.gy {
  background-position: -176px -55px;
}
.flag.hk {
  background-position: -192px -55px;
}
.flag.hm {
  background-position: -208px -55px;
}
.flag.hn {
  background-position: -224px -55px;
}
.flag.hr {
  background-position: -240px -55px;
}
.flag.ht {
  background-position: 0 -66px;
}
.flag.hu {
  background-position: -16px -66px;
}
.flag.id {
  background-position: -32px -66px;
}
.flag.ie {
  background-position: -48px -66px;
}
.flag.il {
  background-position: -64px -66px;
}
.flag.im {
  background-position: -80px -66px;
}
.flag.in {
  background-position: -96px -66px;
}
.flag.io {
  background-position: -112px -66px;
}
.flag.iq {
  background-position: -128px -66px;
}
.flag.ir {
  background-position: -144px -66px;
}
.flag.is {
  background-position: -160px -66px;
}
.flag.it {
  background-position: -176px -66px;
}
.flag.je {
  background-position: -192px -66px;
}
.flag.jm {
  background-position: -208px -66px;
}
.flag.jo {
  background-position: -224px -66px;
}
.flag.jp {
  background-position: -240px -66px;
}
.flag.ke {
  background-position: 0 -77px;
}
.flag.kg {
  background-position: -16px -77px;
}
.flag.kh {
  background-position: -32px -77px;
}
.flag.ki {
  background-position: -48px -77px;
}
.flag.km {
  background-position: -64px -77px;
}
.flag.kn {
  background-position: -80px -77px;
}
.flag.kp {
  background-position: -96px -77px;
}
.flag.kr {
  background-position: -112px -77px;
}
.flag.kw {
  background-position: -128px -77px;
}
.flag.ky {
  background-position: -144px -77px;
}
.flag.kz {
  background-position: -160px -77px;
}
.flag.la {
  background-position: -176px -77px;
}
.flag.lb {
  background-position: -192px -77px;
}
.flag.lc {
  background-position: -208px -77px;
}
.flag.li {
  background-position: -224px -77px;
}
.flag.lk {
  background-position: -240px -77px;
}
.flag.lr {
  background-position: 0 -88px;
}
.flag.ls {
  background-position: -16px -88px;
}
.flag.lt {
  background-position: -32px -88px;
}
.flag.lu {
  background-position: -48px -88px;
}
.flag.lv {
  background-position: -64px -88px;
}
.flag.ly {
  background-position: -80px -88px;
}
.flag.ma {
  background-position: -96px -88px;
}
.flag.mc {
  background-position: -112px -88px;
}
.flag.md {
  background-position: -128px -88px;
}
.flag.me {
  background-position: -144px -88px;
}
.flag.mg {
  background-position: -160px -88px;
}
.flag.mh {
  background-position: -176px -88px;
}
.flag.mk {
  background-position: -192px -88px;
}
.flag.ml {
  background-position: -208px -88px;
}
.flag.mm {
  background-position: -224px -88px;
}
.flag.mn {
  background-position: -240px -88px;
}
.flag.mo {
  background-position: 0 -99px;
}
.flag.mp {
  background-position: -16px -99px;
}
.flag.mq {
  background-position: -32px -99px;
}
.flag.mr {
  background-position: -48px -99px;
}
.flag.ms {
  background-position: -64px -99px;
}
.flag.mt {
  background-position: -80px -99px;
}
.flag.mu {
  background-position: -96px -99px;
}
.flag.mv {
  background-position: -112px -99px;
}
.flag.mw {
  background-position: -128px -99px;
}
.flag.mx {
  background-position: -144px -99px;
}
.flag.my {
  background-position: -160px -99px;
}
.flag.mz {
  background-position: -176px -99px;
}
.flag.na {
  background-position: -192px -99px;
}
.flag.nc {
  background-position: -208px -99px;
}
.flag.ne {
  background-position: -224px -99px;
}
.flag.nf {
  background-position: -240px -99px;
}
.flag.ng {
  background-position: 0 -110px;
}
.flag.ni {
  background-position: -16px -110px;
}
.flag.nl {
  background-position: -32px -110px;
}
.flag.no {
  background-position: -48px -110px;
}
.flag.np {
  background-position: -64px -110px;
}
.flag.nr {
  background-position: -80px -110px;
}
.flag.nu {
  background-position: -96px -110px;
}
.flag.nz {
  background-position: -112px -110px;
}
.flag.om {
  background-position: -128px -110px;
}
.flag.pa {
  background-position: -144px -110px;
}
.flag.pe {
  background-position: -160px -110px;
}
.flag.pf {
  background-position: -176px -110px;
}
.flag.pg {
  background-position: -192px -110px;
}
.flag.ph {
  background-position: -208px -110px;
}
.flag.pk {
  background-position: -224px -110px;
}
.flag.pl {
  background-position: -240px -110px;
}
.flag.pm {
  background-position: 0 -121px;
}
.flag.pn {
  background-position: -16px -121px;
}
.flag.pr {
  background-position: -32px -121px;
}
.flag.ps {
  background-position: -48px -121px;
}
.flag.pt {
  background-position: -64px -121px;
}
.flag.pw {
  background-position: -80px -121px;
}
.flag.py {
  background-position: -96px -121px;
}
.flag.qa {
  background-position: -112px -121px;
}
.flag.re {
  background-position: -128px -121px;
}
.flag.ro {
  background-position: -144px -121px;
}
.flag.rs {
  background-position: -160px -121px;
}
.flag.ru {
  background-position: -176px -121px;
}
.flag.rw {
  background-position: -192px -121px;
}
.flag.sa {
  background-position: -208px -121px;
}
.flag.sb {
  background-position: -224px -121px;
}
.flag.sc {
  background-position: -240px -121px;
}
.flag.scotland {
  background-position: 0 -132px;
}
.flag.sd {
  background-position: -16px -132px;
}
.flag.se {
  background-position: -32px -132px;
}
.flag.sg {
  background-position: -48px -132px;
}
.flag.sh {
  background-position: -64px -132px;
}
.flag.si {
  background-position: -80px -132px;
}
.flag.sk {
  background-position: -96px -132px;
}
.flag.sl {
  background-position: -112px -132px;
}
.flag.sm {
  background-position: -128px -132px;
}
.flag.sn {
  background-position: -144px -132px;
}
.flag.so {
  background-position: -160px -132px;
}
.flag.sr {
  background-position: -176px -132px;
}
.flag.ss {
  background-position: -192px -132px;
}
.flag.st {
  background-position: -208px -132px;
}
.flag.sv {
  background-position: -224px -132px;
}
.flag.sy {
  background-position: -240px -132px;
}
.flag.sz {
  background-position: 0 -143px;
}
.flag.tc {
  background-position: -16px -143px;
}
.flag.td {
  background-position: -32px -143px;
}
.flag.tf {
  background-position: -48px -143px;
}
.flag.tg {
  background-position: -64px -143px;
}
.flag.th {
  background-position: -80px -143px;
}
.flag.tj {
  background-position: -96px -143px;
}
.flag.tk {
  background-position: -112px -143px;
}
.flag.tl {
  background-position: -128px -143px;
}
.flag.tm {
  background-position: -144px -143px;
}
.flag.tn {
  background-position: -160px -143px;
}
.flag.to {
  background-position: -176px -143px;
}
.flag.tr {
  background-position: -192px -143px;
}
.flag.tt {
  background-position: -208px -143px;
}
.flag.tv {
  background-position: -224px -143px;
}
.flag.tw {
  background-position: -240px -143px;
}
.flag.tz {
  background-position: 0 -154px;
}
.flag.ua {
  background-position: -16px -154px;
}
.flag.ug {
  background-position: -32px -154px;
}
.flag.um {
  background-position: -48px -154px;
}
.flag.us {
  background-position: -64px -154px;
}
.flag.uy {
  background-position: -80px -154px;
}
.flag.uz {
  background-position: -96px -154px;
}
.flag.va {
  background-position: -112px -154px;
}
.flag.vc {
  background-position: -128px -154px;
}
.flag.ve {
  background-position: -144px -154px;
}
.flag.vg {
  background-position: -160px -154px;
}
.flag.vi {
  background-position: -176px -154px;
}
.flag.vn {
  background-position: -192px -154px;
}
.flag.vu {
  background-position: -208px -154px;
}
.flag.wales {
  background-position: -224px -154px;
}
.flag.wf {
  background-position: -240px -154px;
}
.flag.ws {
  background-position: 0 -165px;
}
.flag.ye {
  background-position: -16px -165px;
}
.flag.yt {
  background-position: -32px -165px;
}
.flag.za {
  background-position: -48px -165px;
}
.flag.zm {
  background-position: -64px -165px;
}
.flag.zw {
  background-position: -80px -165px;
}
.flag.wo {
  background-position: -96px -165px;
}

#wizard-user-city {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-link {
    border-right: 1px solid #d9dde0;
  }

  .nav-link.active,
  .nav-link:hover {
    border-right: 1px solid #d9dde0;
    background-color: #fff !important;
    margin-right: -1px;
    z-index: 9;
  }

  .nav-link:last-of-type {
    border-bottom: 0px solid #d9dde0;
  }
}

@media screen and (min-width: 768px) {
  .col-sm-1-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
